-
Notifications
You must be signed in to change notification settings - Fork 1
Enabled OSMoGrid Deployment #569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think mavenCentralPublish.gradle also has to be called by build.gradle for this to work. Check out how it's done in simona, if you like.
yep sorry. forgot it |
@PhilippSchmelter thanks for this PR so far. Meanwhile, in PowerSystemDataModel, we splitted the upload and staging to Maven into two gradle tasks. It would be great if we could do it here in a similar / same way. Could you please copy and adapt accordingly? |
Closes #568
This pull request includes changes to enable deployment to MavenCentral and updates to the
CHANGELOG.md
file. The most important changes include the addition of a new Gradle script for MavenCentral publishing and the corresponding update to the changelog.IMPORTANT!!: THERE ARE PROBABLY SOME THINGS BEYOND THIS PROJECT, THAT NEED TO BE SET UP BEFORE THIS WORKS!!
Deployment to MavenCentral:
mavenCentralPublish.gradle
script to enable deployment to MavenCentral. This script includes tasks for generating source and Javadoc JARs, configuring the Maven publication, and setting up repository credentials and signing.Changelog Update:
CHANGELOG.md
to include the addition ofmavenCentralPublish.gradle
for deployment to MavenCentral.